I try to create a new field of the document in the standard mail-database. This field must contain a first 30 characters from the "body" - field. I use such formula: @Abstract( [TryFit] ; 30 ; "" ; "body" ). But it not works - the function @Abstract returns "" - empty string. Please help!
Go back